Skip to content

Conversation

@TaduJR
Copy link

@TaduJR TaduJR commented Jan 22, 2026

Fixes Expensify/App#77542

Demo:

Screen_Recording_20260122_065943_New.Expensify.Dev.mp4

@inimaga
Copy link

inimaga commented Jan 26, 2026

@TaduJR Please merge main into your branch to fix the GitHub validation errors?

accessibilityLabel={accessibilityLabel}
accessibilityState={{ disabled }}
onAccessibilityAction={handleAccessibilityAction}
accessibilityActions={[{ name: 'activate' }]}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add support for 'escape' action too?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The iOS does not have this functionality, so adding for Android would make it inconsistent IMO. But if it's need we can do a separate follow-up PR.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TaduJR, it's the other way around, iOS does support it, Android doesn't. Let's add it here

so adding for Android would make it inconsistent IMO

But that still stands true, how do we close the picker on Android? Is it the 'collapse' action?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For iOS, yes - we could add 'escape' action to the Modal wrapper so VoiceOver users can dismiss with two-finger scrub (will call togglePicker(true)).

For Android, 'collapse' isn't the right action because when the native Picker opens, it's a system dialog that takes focus away from our wrapper. The accessibilityActions aren't reachable while the dialog is open. The
system dialog handles its own dismissal via back button/gesture. So No additional action needed on our side.

@inimaga
Copy link

inimaga commented Jan 29, 2026

@TaduJR Please can we get some movement on this.

@TaduJR
Copy link
Author

TaduJR commented Jan 29, 2026

Hey @inimaga

Very sorry for the delay 🙏

I was having some deploy blockers recently. Will surely handle it tomorrow.

Thanks for the bump!

@TaduJR TaduJR requested a review from eVoloshchak January 31, 2026 06:24
@TaduJR
Copy link
Author

TaduJR commented Jan 31, 2026

@codex review

@chatgpt-codex-connector
Copy link

To use Codex here, create a Codex account and connect to github.

@TaduJR
Copy link
Author

TaduJR commented Jan 31, 2026

To use Codex here, create a Codex account and connect to github.

Oh, forgot codex is not install on this fork 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[$250] Screen Reader: Sign in: The language dropdown is announced as disabled and cannot be activated

3 participants